How to Install docker2aci software package in Ubuntu 16.10 (Yakkety Yak)

How to Install docker2aci software package in Ubuntu 16.10 (Yakkety Yak)

docker2aci software package provides CLI tool to convert Docker images to ACIs, you can install in your Ubuntu 16.10 (Yakkety Yak) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install docker2aci 

docker2aci is installed in your system.

Make ensure the docker2aci package were installed using the commands given below,

$ sudo dpkg-query -l | grep docker2aci *

You will get with docker2aci package name, version, architecture and description in a table

docker2aci package basic information:

Distro Ubuntu 16 10 yakkety yak
Section Development
Package docker2aci
Version 0.12.0+dfsg-1
Description CLI tool to convert Docker images to ACIs
Sub Section Devel


See Also, How to uninstall or remove docker2aci software package from Ubuntu 16.10 (Yakkety Yak)?